home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / fgl105c.zip / 03-01.C < prev    next >
Text File  |  1991-05-04  |  108b  |  9 lines

  1. main()
  2. {
  3.    fg_setmode(3);
  4.    fg_cursor(0);
  5.  
  6.    fg_setcolor(15);
  7.    fg_text("Hello, world.",13);
  8. }
  9.